Record
A RECORD is a set of related information that is stored in a table. Each row of a table is one record. Each record in a table contains values for one or more fields (the columns of the table).
EXAMPLE: A contact's name, address, phone number, and e-mail address is an example of one record. Each part would be a field (the name, address, phone number, e-mail address), but all of these fields together equal a single record.